home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 1-2.iso / HG2DEMO / hg2demo.exe / data / Objects / wmis0065.x < prev    next >
Text File  |  1998-05-25  |  7KB  |  331 lines

  1. xof 0302txt 0032
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template TextureFilename {
  43.  <A42790E1-7810-11cf-8F52-0040333594A3>
  44.  STRING filename;
  45. }
  46.  
  47. template Material {
  48.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  49.  ColorRGBA faceColor;
  50.  FLOAT power;
  51.  ColorRGB specularColor;
  52.  ColorRGB emissiveColor;
  53.  [...]
  54. }
  55.  
  56. template MeshFace {
  57.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  58.  DWORD nFaceVertexIndices;
  59.  array DWORD faceVertexIndices[nFaceVertexIndices];
  60. }
  61.  
  62. template MeshTextureCoords {
  63.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  64.  DWORD nTextureCoords;
  65.  array Coords2d textureCoords[nTextureCoords];
  66. }
  67.  
  68. template MeshMaterialList {
  69.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  70.  DWORD nMaterials;
  71.  DWORD nFaceIndexes;
  72.  array DWORD faceIndexes[nFaceIndexes];
  73.  [Material]
  74. }
  75.  
  76. template MeshNormals {
  77.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  78.  DWORD nNormals;
  79.  array Vector normals[nNormals];
  80.  DWORD nFaceNormals;
  81.  array MeshFace faceNormals[nFaceNormals];
  82. }
  83.  
  84. template Mesh {
  85.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  86.  DWORD nVertices;
  87.  array Vector vertices[nVertices];
  88.  DWORD nFaces;
  89.  array MeshFace faces[nFaces];
  90.  [...]
  91. }
  92.  
  93. template FrameTransformMatrix {
  94.  <F6F23F41-7686-11cf-8F52-0040333594A3>
  95.  Matrix4x4 frameMatrix;
  96. }
  97.  
  98. template Frame {
  99.  <3D82AB46-62DA-11cf-AB39-0020AF71E433>
  100.  [...]
  101. }
  102. template FloatKeys {
  103.  <10DD46A9-775B-11cf-8F52-0040333594A3>
  104.  DWORD nValues;
  105.  array FLOAT values[nValues];
  106. }
  107.  
  108. template TimedFloatKeys {
  109.  <F406B180-7B3B-11cf-8F52-0040333594A3>
  110.  DWORD time;
  111.  FloatKeys tfkeys;
  112. }
  113.  
  114. template AnimationKey {
  115.  <10DD46A8-775B-11cf-8F52-0040333594A3>
  116.  DWORD keyType;
  117.  DWORD nKeys;
  118.  array TimedFloatKeys keys[nKeys];
  119. }
  120.  
  121. template AnimationOptions {
  122.  <E2BF56C0-840F-11cf-8F52-0040333594A3>
  123.  DWORD openclosed;
  124.  DWORD positionquality;
  125. }
  126.  
  127. template Animation {
  128.  <3D82AB4F-62DA-11cf-AB39-0020AF71E433>
  129.  [...]
  130. }
  131.  
  132. template AnimationSet {
  133.  <3D82AB50-62DA-11cf-AB39-0020AF71E433>
  134.  [Animation]
  135. }
  136.  
  137. Header {
  138.  1;
  139.  0;
  140.  1;
  141. }
  142.  
  143. Frame frm-bmerge1 {
  144.   FrameTransformMatrix {
  145. 1.000000,0.000000,0.000000,0.000000,
  146. 0.000000,1.000000,0.000000,0.000000,
  147. 0.000000,0.000000,1.000000,0.000000,
  148. 0.000000,0.000000,0.000000,1.000000;;
  149.  }
  150. Mesh bmerge1 {
  151.  36;
  152.  -0.024994;0.050144;-0.119801;,
  153.  -0.024994;0.050144;-0.119801;,
  154.  -0.024994;0.050144;-0.119801;,
  155.  0.060177;0.000970;-0.119742;,
  156.  0.060177;0.000970;-0.119742;,
  157.  0.060177;0.000970;-0.119742;,
  158.  -0.024994;-0.048203;-0.119683;,
  159.  -0.024994;-0.048203;-0.119683;,
  160.  -0.024994;-0.048203;-0.119683;,
  161.  -0.007268;-0.017343;0.216414;,
  162.  0.021905;0.000240;0.216404;,
  163.  0.047208;-0.074123;0.215836;,
  164.  -0.083806;0.001374;0.215745;,
  165.  -0.007717;0.015422;0.216331;,
  166.  -0.007966;-0.016895;0.216418;,
  167.  -0.005813;0.016449;0.216344;,
  168.  0.043418;0.077924;0.215653;,
  169.  0.043418;0.077924;0.215653;,
  170.  0.021930;0.000837;0.216399;,
  171.  0.001964;0.000978;0.216377;,
  172.  0.006969;0.010117;0.081037;,
  173.  0.007195;-0.007640;0.081059;,
  174.  -0.007532;0.001521;0.081048;,
  175.  0.001962;-0.000214;-0.257566;,
  176.  0.021930;0.000837;0.216399;,
  177.  0.043418;0.077924;0.215653;,
  178.  -0.005813;0.016449;0.216344;,
  179.  -0.007966;-0.016895;0.216418;,
  180.  -0.007717;0.015422;0.216331;,
  181.  -0.083806;0.001374;0.215745;,
  182.  0.047208;-0.074123;0.215836;,
  183.  0.021905;0.000240;0.216404;,
  184.  -0.007268;-0.017343;0.216414;,
  185.  -0.024994;-0.048203;-0.119683;,
  186.  0.060177;0.000970;-0.119742;,
  187.  -0.024994;0.050144;-0.119801;;
  188.  
  189.  15;
  190.  3;5,2,19;,
  191.  3;23,1,4;,
  192.  3;19,8,3;,
  193.  3;23,34,7;,
  194.  3;17,20,15;,
  195.  3;11,10,9;,
  196.  3;21,30,32;,
  197.  3;21,31,30;,
  198.  3;18,16,26;,
  199.  3;23,6,0;,
  200.  3;35,33,19;,
  201.  3;14,13,12;,
  202.  3;22,27,29;,
  203.  3;24,20,25;,
  204.  3;28,22,29;;
  205.  
  206.  MeshMaterialList {
  207.   1;
  208.   15;
  209.   0,
  210.   0,
  211.   0,
  212.   0,
  213.   0,
  214.   0,
  215.   0,
  216.   0,
  217.   0,
  218.   0,
  219.   0,
  220.   0,
  221.   0,
  222.   0,
  223.   0;
  224. Material {
  225.  0.344633;0.372881;0.389831;1.000000;;
  226.  50.000000;
  227.  0.316384;0.350282;0.367232;;
  228.  0.0; 0.0; 0.0;;
  229.  TextureFilename {
  230.   "Wallgn1a.ppm";
  231.  }
  232.  }
  233. }
  234.  MeshNormals {
  235.   36;
  236.   -0.496738;0.859522;-0.120305;,
  237.   -0.496738;0.859522;-0.120305;,
  238.   -0.496738;0.859522;-0.120305;,
  239.   0.992652;-0.000413;-0.121000;,
  240.   0.992652;-0.000413;-0.121000;,
  241.   0.992652;-0.000413;-0.121000;,
  242.   -0.496802;-0.860448;-0.113211;,
  243.   -0.496802;-0.860448;-0.113211;,
  244.   -0.496802;-0.860448;-0.113211;,
  245.   -0.538344;-0.523219;0.660627;,
  246.   0.710822;0.236804;0.662311;,
  247.   0.260913;-0.427191;0.865698;,
  248.   -0.479304;0.019789;0.877426;,
  249.   -0.139938;0.730022;0.668943;,
  250.   -0.181652;-0.729796;0.659090;,
  251.   -0.576692;0.469355;0.668680;,
  252.   0.207850;0.414987;0.885768;,
  253.   0.207850;0.414987;0.885768;,
  254.   0.723938;-0.195390;0.661616;,
  255.   -0.002092;0.000602;0.999998;,
  256.   0.391331;0.774944;-0.496308;,
  257.   0.451287;-0.739863;-0.498941;,
  258.   -0.869775;0.030787;-0.492487;,
  259.   -0.004964;-0.004825;-0.999976;,
  260.   0.723938;-0.195390;0.661616;,
  261.   0.207850;0.414987;0.885768;,
  262.   -0.576692;0.469355;0.668680;,
  263.   -0.181652;-0.729796;0.659090;,
  264.   -0.139938;0.730022;0.668943;,
  265.   -0.479304;0.019789;0.877426;,
  266.   0.260913;-0.427191;0.865698;,
  267.   0.710822;0.236804;0.662311;,
  268.   -0.538344;-0.523219;0.660627;,
  269.   -0.496802;-0.860448;-0.113211;,
  270.   0.992652;-0.000413;-0.121000;,
  271.   -0.496738;0.859522;-0.120305;;
  272.  
  273.   15;
  274.   3;5,2,19;,
  275.   3;23,1,4;,
  276.   3;19,8,3;,
  277.   3;23,34,7;,
  278.   3;17,20,15;,
  279.   3;11,10,9;,
  280.   3;21,30,32;,
  281.   3;21,31,30;,
  282.   3;18,16,26;,
  283.   3;23,6,0;,
  284.   3;35,33,19;,
  285.   3;14,13,12;,
  286.   3;22,27,29;,
  287.   3;24,20,25;,
  288.   3;28,22,29;;
  289.  }
  290.  MeshTextureCoords { 
  291.  36;
  292.  0.693359;0.095703;,
  293.  0.650391;0.095703;,
  294.  0.525391;0.345703;,
  295.  0.525391;0.345703;,
  296.  0.693359;0.095703;,
  297.  0.548828;0.345703;,
  298.  0.650391;0.095703;,
  299.  0.693359;0.095703;,
  300.  0.548828;0.345703;,
  301.  0.427734;0.259766;,
  302.  0.427734;0.330078;,
  303.  0.302734;0.298828;,
  304.  0.302734;0.298828;,
  305.  0.427734;0.259766;,
  306.  0.427734;0.330078;,
  307.  0.427734;0.341797;,
  308.  0.302734;0.298828;,
  309.  0.427734;0.259766;,
  310.  0.427734;0.259766;,
  311.  0.537109;0.220703;,
  312.  0.189453;0.259766;,
  313.  0.189453;0.259766;,
  314.  0.189453;0.259766;,
  315.  0.673828;0.087891;,
  316.  0.427734;0.341797;,
  317.  0.427734;0.259766;,
  318.  0.427734;0.330078;,
  319.  0.427734;0.341797;,
  320.  0.427734;0.341797;,
  321.  0.427734;0.259766;,
  322.  0.427734;0.259766;,
  323.  0.427734;0.341797;,
  324.  0.427734;0.341797;,
  325.  0.525391;0.345703;,
  326.  0.650391;0.095703;,
  327.  0.548828;0.345703;;
  328.  }
  329. }
  330. }
  331.